home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_33 / frame_5 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  156 b   |  11 lines

  1. function click_cel(cx, cy)
  2. {
  3.    cel[cy][cx].stat = 2;
  4.    gotoAndStop("cat");
  5.    play();
  6.    all_disable();
  7. }
  8. stop();
  9. cat_position();
  10. all_enable();
  11.